Keith has publicly said that the hustler being annoying leads to people buying more CSC. If you're the kind of player who ever spends CSC, please consider dealing with the annoyance! Subeta needs the financial support to keep running. I wrote this snippet for players who have financial reasons where spending money on the site is not possible, or those of you who are hardcore into CWs and nothing else haha.
Hello! I recently learned that no one has published a "hide the hustler" banner for the new style, but it seemed doable to me, so here it is!
I have also made it into a CSS Snippet on Kumos: https://kumos.subeta.net/account/settings/snippets/200
I don't think it works on kumos right now because the code contains quotation marks, but (hopefully) that will be fixed eventually. It works if you click "enable preview" on the snippet page.
/* Hide the Hustler, but not all alerts */
-notifications-container:has(.push-notification-banner:only-child a[href*="/cash-shop/hustler"]), -notifications-container > .push-notification-banner:has(img[src*="subeta.net/items/"]):has(a[href*="/cash-shop/hustler"]) { display: none !important; }
Let me know if you find any instances where it doesn't work. The ":only-child" part should make it so that it only hides the entire notification element if the hustler banner is the only notification.
you are a hero THANK YOU ;-; β₯οΈ
/* Hide the Hustler, but not all alerts */</p>
<p>-notifications-container:has(.push-notification-banner:only-child a[href*="/cash-shop/hustler"]),
-notifications-container > .push-notification-banner:has(img[src*="subeta.net/items/"]):has(a[href*="/cash-shop/hustler"]) {
display: none !important;
}
</p>THANK YOU! This notification drives me CRAZY! Iβm an old returning user (havenβt been on in years) where do I put this in at?